home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMSGPRINTER / TMSGPRINTER.txt
Text File  |  2004-10-12  |  547b  |  26 lines

  1. object MsgPrinter: TMsgPrinter
  2.   Left = 509
  3.   Top = 510
  4.   Width = 515
  5.   Height = 458
  6.   Caption = 'MsgPrinter'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object dPrint: TPrintDialog
  21.     Options = [poPrintToFile, poPageNums, poWarning]
  22.     Left = 48
  23.     Top = 264
  24.   end
  25. end
  26.